home *** CD-ROM | disk | FTP | other *** search
- Ôªø<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
-
- <panel>
-
- <container class="titled_box" text="Post Match">
-
- <!-- embedded buttons -->
- <container id="btns" embed_in_frame="true">
-
- <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
-
- <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
-
- <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
-
- <!-- view menu for home/away stats-->
- <widget class="embedded_popup_button" id="indp" text="View" autosize="all" select_event="indp" embed_in_frame="true">
-
- <list id="items">
- <record id="0" text="Milestones" tkex="true"/>
- <record id="1" text="Line Ups" tkex="true"/>
- <record id="2" text="Post Match Summary" tkex="true"/>
- </list>
- </widget>
-
- </container>
-
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
-
-
- <!-- group box containing everything else laid out in "-2, -1" -->
- <container id="indg">
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <!-- Our children will be arranged from top to bottom with the first child being 2 times as big as the 2nd -->
- <layout class="arrange_vertical_attachment" alignment="top" layout="-1" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <!-- this is where we actually create the widgets which form the content of the panel -->
- <container text="Individual Info">
-
- <!-- The children will be laid out from left to right and fill up the entire area-->
- <layout class="arrange_horizontal_attachment" alignment="fill" offset="0"/>
-
- <!-- This container will stick to the left and right of it's parent -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <container class="subsection_box" text="Home Team" id="htbx">
- <!-- This container will stick to the top and bottom of it's parent -->
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
-
- <widget class="table" id="htab" layout="-1,-3" mode="fill_rows" auto_size_rows="true">
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" right="4" sort_disabled="true"/>
- </list>
- </widget>
-
- <widget class="pitch_with_tactics" id="hpwt" hidden="true" mode="fill_rows">
- <boolean id="vert" value="true"/>
- </widget>
- </container>
-
- <container class="subsection_box" text="Away Team" id="atbx">
- <!-- This container will stick to the top and bottom of it's parent -->
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
-
- <widget class="table" id="atab" layout="-1,-3" mode="fill_rows">
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" right="4" sort_disabled="true"/>
- </list>
- </widget>
-
- <widget class="pitch_with_tactics" id="apwt" hidden="true" mode="fill_rows">
- <boolean id="vert" value="true"/>
- </widget>
- </container>
- </container>
-
-
- </container>
- <!-- group box containing joint info view menu and panel -->
- <container id="jntg">
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <container text="Joint Information">
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <widget class="table" id="jtab" layout="-2,-3" mode="fill_rows" stretch_to_fit_rows="true" auto_size_rows="true" fixed_size_rows="false">
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <list id="column_display_properties">
- <record indx="0" left="4" top="2" bottom="3" sort_disabled="true"/>
- <record indx="1" right="4" top="2" bottom="3" sort_disabled="true"/>
- </list>
-
- <list id="column_properties">
- <record indx="1" colour="selection"/>
- </list>
-
- </widget>
-
- </container>
- </container>
-
- </container>
-
- </panel>